Vcenter Authorization Roles IterationSpec
The Vcenter Authorization Roles IterationSpec schema contains properties used to break results into pages when listing roles, see GET /vcenter/authorization/roles).
This schema was added in vSphere API 9.0.0.0.
{
"page_size": 0,
"marker": "string"
}
Maximum number of records to return in one call. Clients can limit the response size to a number of records they feel comfortable handling with this setting. A service policy can overwrite it to something that is less than the value specified by the client.
This property was added in vSphere API 9.0.0.0.
If missing or null
defaults to 200 roles.
The marker is a simple cursor (pointer) pointing to the position of the last record that has been previously returned. By using the marker, the client is guaranteed to iterate through all records without repetition.
Presenting a marker means that only the records after the position to which the marker points will be returned to the client.
This value is obtained from #list operation.
This property was added in vSphere API 9.0.0.0.
If missing or null
, first page of records will be returned.